home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / Updates / PowerPC / pdflib / doc / install.txt < prev    next >
Text File  |  2000-05-16  |  2KB  |  50 lines

  1. Building PDFlib on Unix systems
  2. ===============================
  3.  
  4. To start the make process on Unix, type
  5.  
  6. ./configure
  7. make
  8.  
  9. Optionally, to run sample PDFlib applications in several programming
  10. environments (including the scripting languages which have been
  11. detected by configure), type:
  12.  
  13. make test
  14.  
  15. In order to install the library and the support for all detected
  16. scripting languages, type:
  17.  
  18. make install
  19.  
  20. If you want to install only selected parts (e.g., only the PDFlib
  21. C library or the Perl support), type "make install" in the
  22. respective library.
  23.  
  24.  
  25. Available configure options
  26. ===========================
  27.  
  28. Several options can used with the configure script in order
  29. to override some default configuration options, or to assist
  30. configure in finding some software locations on your machine:
  31.  
  32. --with-debug                Enable debugging configuration (implies static)
  33. --with-static               Enable building the static library
  34. --with-java=path            Set location of Java Developers Kit
  35. --with-tcl=path             Set location of Tcl executable
  36. --with-tclpkg=path          Set location of Tcl package install directory
  37. --with-tclincl=path         Set location of Tcl include directory
  38. --with-py=path              Set location of Python root directory
  39. --with-pyincl=path          Set location of Python include directory
  40. --with-perl5=path           Set location of Perl5 executable
  41. --with-perlincl=path    Set location of Perl include directory
  42. --with-tiff=path            Set location of TIFF source directory
  43. --with-tiffincl=path    Set location of TIFF include directory
  44. --with-tifflib=path        Set location of TIFF library directory
  45. --with-jpeg=path            Set location of JPEG source directory
  46. --with-jpeglib=path         Set location of JPEG library directory
  47. --with-zlib=path            Set location of ZLIB source directory
  48. --with-zlibincl=path    Set location of ZLIB include directory
  49. --with-zliblib=path        Set location ZLIB library directory
  50.